home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hyprvx11 / ss-foldr < prev    next >
Encoding:
Text File  |  1990-11-11  |  3.0 KB  |  108 lines

  1. SET-SHOW FOLDER
  2.  
  3. Allows you to change folders within a mail file. The SET FOLDER command selects
  4. a new folder, and the SHOW FOLDER command displays the currently selected
  5. folder. Several qualifiers may be used with the SET FOLDER command. See the
  6. SELECT command for a complete description.
  7.  
  8. Format:        SET FOLDER folder-name
  9.  
  10.                SHOW FOLDER folder-name
  11.  
  12. Parameters:    folder-name
  13.  
  14.                The name of the folder to be selected. If no folder name is
  15.                specified, the folder with the same name as the mail file is
  16.                selected.
  17.  
  18.  
  19. Qualifiers:    /BEFORE
  20.  
  21.                /BEFORE=date
  22.  
  23.                Indicates that messages dated before the specified date be
  24.                selected.
  25.  
  26.                /CC_SUBSTRING
  27.  
  28.                /CC_SUBSTRING=text
  29.  
  30.                Selects messages which contain "text" in the CC field of the
  31.                message.
  32.  
  33.  
  34.                /FROM_SUBSTRING
  35.  
  36.                /FROM_SUBSTRING=text
  37.  
  38.                Selects messages which contain "text" in the FROM field of the
  39.                message.
  40.  
  41.  
  42.                /MARKED
  43.        
  44.                /[NO]MARKED
  45.  
  46.                Selects messages which have been marked. The /NOMARKED qualifier
  47.                selects messages that are not marked.
  48.  
  49.  
  50.                /NEW
  51.  
  52.                Indicates that new (unread) messages be selected. When a
  53.                mail file other than your default mail file is open, MAIL
  54.                closes the file and opens your default mail file.
  55.                /REPLIED
  56.        
  57.                /[NO]REPLIED
  58.  
  59.                Selects messages which have been replied to with the REPLY
  60.                command. The /NOREPLIED qualifier selects messages that have not  
  61.                been replied to.
  62.  
  63.                /SINCE
  64.  
  65.                /SINCE=date
  66.  
  67.                Indicates that messages dated on or after the specified date be
  68.                selected.
  69.  
  70.  
  71.                /SUBJECT_SUBSTRING
  72.        
  73.                /SUBJECT_SUBSTRING=text
  74.  
  75.                Selects messages which contain "text" in the SUBJECT field of
  76.                the message.
  77.  
  78.                /TO_SUBSTRING
  79.  
  80.                /TO_SUBSTRING=text
  81.  
  82.                Selects messages which contain "text" in the TO field of the
  83.                message.
  84.  
  85. Examples:
  86.  
  87.         1.
  88.              MAIL> DIRECTORY/FOLDERS
  89.        
  90.              MAIL               NEWMAIL
  91.              WASTEBASKET        JOKES
  92.        
  93.              MAIL> SET FOLDER WASTEBASKET
  94.  
  95.              %MAIL-I-SELECTED, 3 messages selected
  96.  
  97.              MAIL> DIRECTORY
  98.        
  99.                                                    WASTEBASKET
  100.              #   From    Date             Subject
  101.        
  102.              1   GORK    19-APR-1988      Venus Fly Traps
  103.              2   GORK    21-APR-1988      The Aloe
  104.              3   BURT    22-APR-1988      Scales
  105.  
  106.                     This example shows how to display all currently existing
  107.                     folders. The SET FOLDER command moves you to the 
  108.                     WASTEBASKET folder.